home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Encoding:
Text File  |  2001-12-05  |  1.1 KB  |  61 lines

  1. object InputForm: TInputForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = InputEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'InputForm'
  8.   ClientHeight = 112
  9.   ClientWidth = 302
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PromptLabel: TLabel
  20.     Left = 40
  21.     Top = 8
  22.     Width = 221
  23.     Height = 29
  24.     AutoSize = False
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object InputEdit: TEdit
  34.     Left = 36
  35.     Top = 40
  36.     Width = 229
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object Button1: TButton
  41.     Left = 59
  42.     Top = 72
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object Button2: TButton
  51.     Left = 167
  52.     Top = 72
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = '&Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.